home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-01 / readme.emx < prev    next >
Text File  |  1992-10-16  |  3KB  |  86 lines

  1. ===============================================================================
  2. readme.doc        emx 0.8b     INTRODUCTION                         22-Feb-1992
  3. ===============================================================================
  4.  
  5. Welcome to emx, a common environment for creating 32-bit programs for OS/2 2.0
  6. and MS-DOS. You can use the GNU C compiler to compile programs for emx.
  7.  
  8. Included in the emx package are:
  9.  
  10. - emx.dll dynamic link library for OS/2 2.0
  11.  
  12. - emx.exe DOS extender for running 32-bit programs under MS-DOS
  13.  
  14. - emxbind.exe for creating .exe files which work both under OS/2 2.0 and
  15.   MS-DOS
  16.  
  17. - C header files and a nearly complete C library, including source
  18.  
  19. Additionally, the following GNU programs are available compiled and with
  20. sources (note that these files are not part of emx):
  21.  
  22. - gcc, the GNU C compiler
  23.  
  24. - gas, the GNU assembler
  25.  
  26. - gdb, the GNU debugger
  27.  
  28. - ld, the GNU linker
  29.  
  30. - ar, nm, size, strip, objdump: some GNU utilities for dealing with binary
  31.   files
  32.  
  33. - Patched source for gcc, gas, gdb, ld, ar, nm, size, strip, objdump. You can
  34.   compile all these programs with the files that come with emx (but you also
  35.   need a make utility, such as NMAKE)
  36.  
  37. - Patches for the GNU sources
  38.  
  39. Documentation for the GNU programs is not included. Documentation is
  40. usually included in the original GNU sources, available from prep.mit.edu
  41. and other archives.
  42.  
  43.  
  44. emx is packaged in the following files:
  45.  
  46.   emxdev.zip    Development system (w/o compiler)
  47.   emxlib.zip    C library source
  48.   emxtest.zip   Test programs (used for testing emx and the library)
  49.  
  50. Compiled GNU programs, sources and patches:
  51.  
  52.   gnudev.zip    GNU development tools compiled for emx
  53.   gnusrc1.zip   Patched GNU sources (ld, ar, nm, size, strip, objdump, termcap)
  54.   gnusrc2.zip   Patched GNU sources (gas 1.37)
  55.   gnusrc3.zip   Patched GNU sources (gcc 1.40)
  56.   gnusrc4.zip   Patched GNU sources (gdb 3.5)
  57.   gnupat.zip    Patches for GNU sources
  58.  
  59. You'll find further information in the following files:
  60.  
  61.   \emx\doc\install.doc          Installation guide
  62.   \emx\doc\develop.doc          Application developer's guide
  63.   \emx\doc\user.doc             User's guide
  64.   \emx\doc\build.doc            Compiling the GNU sources
  65.   \emx\doc\history.doc          Change log
  66.   \emx\doc\copying.emx          emx & library license
  67.   \emx\doc\copying              GNU General Public License
  68.  
  69. No guarantee is made as to the proper functioning of the software. No
  70. liability will be admitted for damage resulting from using the software.
  71.  
  72. Author of emx:
  73.  
  74.   Eberhard Mattes
  75.   Teckstrasse. 81                                         (TeX: Teckstra\ss e)
  76.   D-7141 Moeglingen                                       (TeX: M\"oglingen)
  77.   Germany
  78.  
  79.   Internet: mattes@azu.informatik.uni-stuttgart.de        (subject to change)
  80.  
  81. No telephone calls please! It must be stressed that the author does not reply
  82. to letters if you don't include return postage (international postal reply
  83. coupon for those outside Germany) and a self-addressed envelop.
  84.  
  85. --------------------------- END OF README.DOC ------------------------------
  86.